From: Ben Key Date: Mon, 21 Feb 2011 18:02:49 +0000 (-0500) Subject: * make-docfile.c (scan_c_file): Adapt to the new BVAR macro. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~2363^2~4 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6ca1c3b4f26d01d3e9125986ca8e8f31eb1bf6bc;p=emacs.git * make-docfile.c (scan_c_file): Adapt to the new BVAR macro. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c2abbc11925..ad8ffa8b754 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2011-02-21 Ben Key (tiny change) + + * make-docfile.c (scan_c_file): Adapt DEFVAR_PER_BUFFER case to + the new BVAR macro. + 2011-02-20 Juanma Barranquero * makefile.w32-in (obj): Remove md5.o. diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 93994c1ed3e..1f370555051 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c @@ -815,7 +815,7 @@ scan_c_file (char *filename, const char *mode) if (defunflag) commas = 5; else if (defvarperbufferflag) - commas = 2; + commas = 3; else if (defvarflag) commas = 1; else /* For DEFSIMPLE and DEFPRED */